home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Libs / MCC_NListtree / MCC_NListtree.readme < prev    next >
Encoding:
Text File  |  2000-01-01  |  2.2 KB  |  71 lines

  1. Short:      NListtree.mcc V1.1 (18.2) MUI list tree class with multiselection
  2. Uploader:   cs@aphaso.de (Carsten Scholling)
  3. Author:     cs@aphaso.de (Carsten Scholling)
  4. Type:       dev/mui
  5. Requires:   OS2.x, MUI3.8
  6. Version:    1.1
  7.  
  8.  
  9. Description:
  10. ¯¯¯¯¯¯¯¯¯¯¯
  11.   This  MUI  custom  class provides you with an easy way of displaying list
  12. entries  in  a  sorted  form, a so called tree-structure.  A Tree-structure
  13. will be selected, when data should be optical seperated from each other.
  14.  
  15.   NListtree is intresting for programmers and the end-user also and easy to
  16. use.   So  far  as  implemented  by  the  programmer  and  needfull  in the
  17. application environment, this class allows the fully free recreation of the
  18. list using drag&drop (short d&d) with support of multiselection.
  19.  
  20.   First  time  in  a  list  tree  class  it  is  possible  to move complete
  21. structures.  That means, that the complete tree of the moved entry, back to
  22. the  root-list,  is  recreated  at the destination if the programmer allows
  23. this.  The same for copying entries, which is also implemented.
  24.  
  25.  
  26.  
  27. Requirements:
  28. ¯¯¯¯¯¯¯¯¯¯¯¯
  29.  - OS2.x
  30.  - MUI3.8
  31.  
  32.  
  33. Installation:
  34. ¯¯¯¯¯¯¯¯¯¯¯¯
  35.  - Simply use the supplied installer script.
  36.  
  37.  
  38.  
  39. History:
  40. ¯¯¯¯¯¯¯
  41.  
  42.   V18.2 - Public release
  43.  
  44.      - Added multiselection feature
  45.      - Fixed some small cosmetical problems
  46.      - Implemented arrows as MUI images
  47.      - Implemented Copy method
  48.      - Implemented KeepStructure flag for recreation of the complete
  49.        structure in Move and Copy
  50.  
  51.  
  52.   V18.1 - Internal release
  53.  
  54.      - Completely rewritten graphics stuff. Now in all cases predefined and
  55.        precreated images  where used.  This fixes many graphic bugs occured
  56.        in the old 18.0.
  57.      - After deleting an entry,  the old entry  remains internally  active.
  58.        Using this entry crashed the machine. Fixed!
  59.      - Moving   marker   with    the   cursor   keys   did    not   trigger
  60.        MUIA_NListtree_Active. Fixed!
  61.      - When deleting entries, MUIA_NListtree_Active was triggered two times.
  62.        Fixed
  63.      - Deleting  an  entry without  entries  in  the list  caused recursive
  64.        function calling and stack overflow ;-) Fixed!
  65.      - Insertion  had some bugs which  caused the machine to hang or crash.
  66.        Fixed!
  67.  
  68.  
  69.   V18.0 - Initial public beta release
  70.  
  71.